home *** CD-ROM | disk | FTP | other *** search
/ Virtual Top Model / Virtual Top Model - Disc 1.iso / modulos / Manual.exe / Manual.dxr / Internal_187.ls < prev    next >
Encoding:
Text File  |  1997-04-02  |  173 b   |  14 lines

  1. on exitFrame
  2.   global nIdioma
  3.   if the timer > 300 then
  4.     go("0_" & nIdioma)
  5.   else
  6.     go(the frame)
  7.   end if
  8. end
  9.  
  10. on mouseDown
  11.   global nIdioma
  12.   go("0_" & nIdioma)
  13. end
  14.